body {
    font-family: "IBM Plex Serif", serif;
    /*'Inter', sans-serif;*/
}

h1{
    width: 94%;
    padding: 1%;
    justify-content: center;
    text-align: center;
    align-items: center;
} p{
    width: 94%;
    padding: 3%;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.box{
    width: 98%;
    margin: 1%;
    display: flexbox;
    
}
.box-ch{
    width: 18%;
    margin: 1%;
    display: block;
    
}
.box-ft{
    width: 23%;
    margin: 1%;
    display: block;
}
.img-conde{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}
.img-conde img{
    width: 50%;
}
.box-mision{
    width: 98%;
    margin: 1%;
    display: flex;
}
figure.mision{
    width: 31.3333%;
    height: auto;
    margin: 1%;
    

}
figure.mision img{
    width: 100% !important;
    height: auto !important;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    cursor: pointer;
}


 /* Estilos para el modal */
.modal {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); 
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    max-width: 600px;
    padding: 20px;
    position: relative;
  }
  
  .close {
    color: #aaa;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
